html {
  -ms-overflow-style: scrollbar;
  /* Avoid scrollbar over page content in IE*/
}

h1 {
  color: #369;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 250%;
}

/* Pop over */

.popover {
  display: block;
  min-width: 40rem;
}

.notification-wrap .popover-bottom.popover::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}

.notification-wrap .popover-bottom.popover::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.notification-wrap .popover-bottom.popover::after,
.notification-wrap .popover-bottom.popover::before {
  left: 50%;
  border-top-width: 0px;
}

.notification-wrap .popover::after {
  content: "";
  border-width: 10px;
}

.notification-wrap .popover::before {
  content: "";
  border-width: 11px;
}

.notification-wrap .popover::after,
.notification-wrap .popover::before {
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-color: transparent;
  border-style: solid;
}

.notification-wrap .popover-title {
  display: none;
}

.notification-wrap a.btn-view-all {
  top: 0;
}

/* Pop over */

.dropzone {
  border: 2px dashed #0087f7;
  border-radius: 5px;
  background: white;
}

.dropzone .dz-message {
  font-weight: 400;
  font-size: 2rem;
}

table tr.highlight {
  background-color: #4caf50 !important;
  color: #ffffff;
}

.ngx-pagination {
  text-align: right;
  font-style: italic;
  font-weight: bold;
  color: #369;
}
